Removes a timer.
OSStatus MPDeleteTimer (MPTimerID timerID);
After deletion, the timer ID becomes invalid, and all internal resources associated with the timer are reclaimed.
Introduced with Multiprocessing Services 2.0.
The function MPCreateTimer .